[INFO] cloning repository https://github.com/erasin/lyric-next
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/erasin/lyric-next" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferasin%2Flyric-next", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferasin%2Flyric-next'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f0acd78990739cd0aaed2f1a43b08aa46fa89c08
[INFO] checking erasin/lyric-next against master#c290daa1e5274a52e54a0f49e31bd70192abc606 for pr-133502-23
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ferasin%2Flyric-next" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/erasin/lyric-next
[INFO] finished tweaking git repo https://github.com/erasin/lyric-next
[INFO] tweaked toml for git repo https://github.com/erasin/lyric-next written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/erasin/lyric-next on toolchain c290daa1e5274a52e54a0f49e31bd70192abc606
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/erasin/lyric-next already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indoc v2.0.6
[INFO] [stderr]   Downloaded sanitize-filename v0.6.0
[INFO] [stderr]   Downloaded instability v0.3.7
[INFO] [stderr]   Downloaded from_variants v1.0.2
[INFO] [stderr]   Downloaded derive_is_enum_variant v0.1.1
[INFO] [stderr]   Downloaded from_variants_impl v1.0.2
[INFO] [stderr]   Downloaded enum-kinds v0.5.1
[INFO] [stderr]   Downloaded bufstream v0.1.4
[INFO] [stderr]   Downloaded mpd v0.1.0
[INFO] [stderr]   Downloaded mpris v2.0.1
[INFO] [stderr]   Downloaded rustls v0.23.25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77
[INFO] running `Command { std: "docker" "start" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77" "/opt/rustwide/cargo-home/bin/cargo" "+c290daa1e5274a52e54a0f49e31bd70192abc606" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling cc v1.2.18
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking serde v1.0.219
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking globset v0.4.16
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]    Compiling libdbus-sys v0.2.5
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling rustix v1.0.5
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking tokio v1.44.2
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking rustix v0.38.44
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling rust-i18n v3.1.5
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]     Checking globwalk v0.8.1
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling indoc v2.0.6
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.3
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking clap_builder v4.5.35
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking dirs-sys v0.5.0
[INFO] [stderr]    Compiling derive_is_enum_variant v0.1.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking compact_str v0.8.1
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking dbus v0.9.7
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]     Checking bufstream v0.1.4
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking mpd v0.1.0
[INFO] [stderr]     Checking dirs v6.0.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling openssl-sys v0.9.107
[INFO] [stderr]     Checking sanitize-filename v0.6.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling openssl v0.10.72
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking clap v4.5.35
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling triomphe v0.1.14
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling darling_core v0.14.4
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]    Compiling enum-kinds v0.5.1
[INFO] [stderr]     Checking tokio-util v0.7.14
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]    Compiling darling_macro v0.14.4
[INFO] [stderr]     Checking tracing-appender v0.2.3
[INFO] [stderr]    Compiling darling v0.14.4
[INFO] [stderr]    Compiling from_variants_impl v1.0.2
[INFO] [stderr]     Checking h2 v0.4.8
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stderr]     Checking from_variants v1.0.2
[INFO] [stderr]     Checking mpris v2.0.1
[INFO] [stderr]    Compiling rust-i18n-support v3.1.5
[INFO] [stderr]    Compiling rust-i18n-macro v3.1.5
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.6.0
[INFO] [stderr]     Checking hyper-util v0.1.11
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking reqwest v0.12.15
[INFO] [stderr]     Checking lyrics-next v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.29s
[INFO] running `Command { std: "docker" "inspect" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77", kill_on_drop: false }`
[INFO] [stdout] 39aee83cfb741ab7767b00a1f5db0bc677a0220407a0fdb1d72a435b7cc38d77
